home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / darkstar.strings.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  6.3 KB  |  114 lines

  1. //============================================================================================
  2. // DarkStar Region reserves tags 0 - 99,999
  3. // 
  4. // *IMPORTANT, PLEASE READ*
  5. //     Do not define SimTag id zero.  Darkstar relies on the fact 
  6. //     that SimTag id zero is never defined.
  7. //
  8. //     The SimTags are grouped into 3 sections: REGION, RESOURCE, and DATA.
  9. //     A REGION holds one more more RESOURCE and DATA sections.
  10. //     Tags in a DATA group will be translated during a foriegn language conversion.
  11. //     Tags in the RESOURCE group will NOT.
  12. //
  13. //============================================================================================
  14. IDRGN_BEG_DARKSTAR         = 00000001, "- DarkStar REGION reserves tags 0 - 99,999 -";
  15.  
  16. //--------------------------------------------------------------------------------------------
  17. // System Group reserves tags 2 - 19,999
  18. //
  19. // Used for SimTags specific to darkstar
  20. //--------------------------------------------------------------------------------------------
  21. IDRES_BEG_SYSTEM           = 00000002, "-- System RESOURCE group reserves tags 2 - 19,999 --";
  22. IDSYS_SIBLING_DISABLE      = 00000003, "Sibling disable";
  23. IDRES_END_SYSTEM           = 00019999, "-- System RESROUCE group reserves tags 2 - 19,999 --";
  24.  
  25. //--------------------------------------------------------------------------------------------
  26. // Inspect Group reserves tags 20,000 - 39,999
  27. //
  28. // Used for desciption labels in the Inspect window
  29. //--------------------------------------------------------------------------------------------
  30. IDDAT_BEG_INSP             = 00020000, "-- Inspect DATA group reserves tags 20,000 - 39,999 --";
  31. // these tags have migrated to editor.strings.ttag
  32. IDDAT_END_INSP             = 00039999, "-- Inspect DATA group reserves tags 20,000 - 39,999 --";
  33.  
  34. IDRGN_END_DARKSTAR         = 00099999, "- DarkStar REGION reserves tags 0 - 99,999 -";
  35.  
  36. //============================================================================================
  37. // SimGui Region reserves tags 100,000 - 199,999
  38. //
  39. // Defines ranges that must followed when setting user defined GUI tags.  The SimGui
  40. // engine operates using these ranges.
  41. //============================================================================================
  42. IDRGN_BEG_SIMGUI           = 00100000, "- SimGui REGION reserves tags 100,000 - 199,999 -";
  43.  
  44. //--------------------------------------------------------------------------------------------
  45. // Gui Group reserves SimTags 100,001 - 109,999
  46. //
  47. // Used to list .gui's 
  48. //--------------------------------------------------------------------------------------------
  49. IDRES_BEG_GUI              = 00100001, "-- Gui RESOURCE group reserves tags 100,001-109,999 --";
  50. IDRES_END_GUI              = 00109999, "-- Gui RESOURCE group reserves tags 100,001-109,999 --";
  51.  
  52. //--------------------------------------------------------------------------------------------
  53. // DLG Group reserves SimTags 110,000 - 119,999
  54. //
  55. // Used to list .dlgs (dialogs)
  56. //--------------------------------------------------------------------------------------------
  57. IDRES_BEG_DLG              = 00110000, "-- Dlg RESOURCE group reserves tags 110,000-119,999 --";
  58. IDDLG_OK                   = 00110001, "Reserved dlg command";
  59. IDDLG_CANCEL               = 00110002, "Reserved dlg command";
  60. IDRES_END_DLG              = 00119999, "-- Dlg RESOURCE group reserves tags 110,000-119,999 --";
  61.  
  62. //--------------------------------------------------------------------------------------------
  63. // CMD Group reserves SimTags 120,000 - 129,999
  64. //
  65. // Used to list console commands. (ie, IDCMD_)
  66. //--------------------------------------------------------------------------------------------
  67. IDRES_BEG_CMD              = 00120000, "-- CMD RESOURCE group reserves tags 120,000-129,999 --";
  68. IDRES_END_CMD              = 00129999, "-- CMD RESOURCE group reserves tags 120,000-129,999 --'";
  69.  
  70. IDDAT_BEG_GUI_STR          = 00130000, "-- GUI STR DATA group reserves tags 130,000-139,999 --";
  71. IDSTR_STRING_DEFAULT       = 00139998, "TestString";
  72. IDDAT_END_GUI_STR          = 00139999, "-- GUI STR DATA group reserves tags 130,000-139,999 --";
  73.  
  74. IDRES_BEG_GUI_MSC          = 00140000, "-- GUI Misc. group reserves tags 140,000-149,999 --";
  75. IDRES_END_GUI_MSC          = 00149999, "-- GUI Misc. group reserves tags 140,000-149,999 --";
  76.  
  77. IDRES_BEG_GUI_FNT          = 00150000, "-- GUI FONT RESOURCE group reserves tags 150,000-159,999 --";
  78. IDFNT_EDITOR               = 00159996, "mefont.pft";
  79. IDFNT_EDITOR_HILITE        = 00159997, "mefonthl.pft";
  80. IDFNT_FONT_DEFAULT         = 00159998, "darkfont.pft";
  81. IDRES_END_GUI_FNT          = 00159999, "-- GUI FONT RESOURCE group reserves tags 150,000-159,999 --";
  82.  
  83. IDRES_BEG_GUI_BMP          = 00160000, "-- GUI BMP RESOURCE group reserves tags 160,000-169,999 --";
  84. IDBMP_BITMAP_DEFAULT       = 00169998, "darkbmp.bmp";
  85. IDRES_END_GUI_BMP          = 00169999, "-- GUI BMP RESOURCE group reserves tags 160,000-169,999 --";
  86.  
  87. IDRES_BEG_GUI_PBA          = 00170000, "-- GUI PBA RESOURCE group reserves tags 170,000-179,999 --";
  88. IDPBA_BOX_DEFAULT          = 00179997, "darkbox.pba";
  89. IDPBA_SCROLL_DEFAULT       = 00179998, "darkscroll.pba";
  90. IDRES_END_GUI_PBA          = 00179999, "-- GUI PBA RESOURCE group reserves tags 170,000-179,999 --";
  91.  
  92. IDRES_BEG_GUI_PAL          = 00180000, "-- GUI PAL RESOURCE group reserves tags 180,000-189,999 --";
  93. IDPAL_PAL_DEFAULT          = 00189998, "darkpal.pal";
  94. IDRES_END_GUI_PAL          = 00189999, "-- GUI PAL RESOURCE group reserves tags 180,000-189,999 --";
  95.  
  96. IDRGN_END_SIMGUI           = 00199999, "- SimGui REGION reserves tags 100,000 - 199,999 -";
  97.  
  98.  
  99.  
  100. //============================================================================================
  101. // SimObjects Region reserves tags 1.15M - 1.2M
  102. //
  103. // Whatever additional definitions are required by SimObjects
  104. //============================================================================================
  105. IDRGN_BEG_SIMOBJ           = 01150000, "- SimObject REGION reserves tags 1.15M - 1.2M -";
  106.  
  107.  
  108. IDSIMOBJ_BEG_USERWAV       = 01160000, "- User-Defined WavDefIds reserve 1.16M to 1.161M -";
  109. IDSIMOBJ_END_USERWAV       = 01160999, "- User-Defined WavDefIds reserve 1.16M to 1.161M -";
  110.  
  111.  
  112. IDRGN_END_SIMOBJ           = 01199999, "- SimObject REGION reserves tags 1.15M - 1.2M -";
  113.  
  114.